Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Llama3.2 3b model #2

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

rhochmayr
Copy link
Contributor

Summary

This pull request makes the following changes:

  • Added Llama3.2 Model (3B) served with Ollama.

Module creation as part of the Lilypad Module Creator Rewards.

Task/Issue reference

N/A

Test plan

lilypad --network demonet run github.com/rhochmayr/ollama-llama3.2-3b:0.1.6 -i Prompt="How does a SSL handshake work?"

Details (optional)

The Meta Llama 3.2 collection of multilingual large language models (LLMs) is a collection of pretrained and instruction-tuned generative models in 1B and 3B sizes (text in/text out). The Llama 3.2 instruction-tuned text only models are optimized for multilingual dialogue use cases, including agentic retrieval and summarization tasks. They outperform many of the available open source and closed chat models on common industry benchmarks.

Model size

3B parameters (default)

The 3B model outperforms the Gemma 2 2.6B and Phi 3.5-mini models on tasks such as:

  • Following instructions
  • Summarization
  • Prompt rewriting
  • Tool use

https://github.com/rhochmayr/ollama-llama3.2-3b/

Related issues or PRs (optional)

N/A

Copy link

@DevlinRocha DevlinRocha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution @rhochmayr!

I've tested your module and got it working! 🎉

Thank you for also merging my PR into your repo.

I am approving this PR, but before I merge I have brought up an internal discussion on how to best manage this repo. I expect this conversation to be resolved soon and we can get this merged! Then I will begin testing your other modules you've created PR's for.

Copy link

@DevlinRocha DevlinRocha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your patience @rhochmayr!

I have discussed with the team, and we've decided on a slightly different submission workflow.

I will work on updating our documentation and contributing guidelines to describe the new submission procedure, but in the meantime if you wanted to get a head start, all we're going to ask is that you create a release for your module, and then link to that release in awesome-lilypad.

Feel free to follow whatever naming convention you'd like for your release tag. When you're done, the link should look something like this:

https://github.com/rhochmayr/ollama-llama3.2-3b/tree/<release>

If you make any updates to your module, feel free to create a new release and make a new PR linking to the new release.

We are working on more ways to add robustness to our ecosystem behind the scenes. 🔥

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants